home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 814 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  670 b 

  1. From: walra%moacs11@nl.net (Waldi Ravens)
  2. Subject: appl_getinfo()
  3. Date: Fri, 15 Jul 1994 20:32:40 +0100
  4. Precedence: bulk
  5.  
  6. In <UUCP.774219746@mettav>, Mark Baker wrote:
  7.  
  8. > [appl_getinfo]
  9. > > I think it's in AES 3.4, and TOS 4.0.
  10. >
  11. > I know that, but TAC list appl_getinfo as being only in aes >= 4.0 in lots of
  12. > places. But it isn't exactly a reliable source anyway :)
  13.  
  14. Don't rely on an old AES-version not to support appl_getinfo(). The
  15. correct way to find out if the function is available:
  16.  
  17.     have_appl_getinfo = TRUE;
  18.     if (aesversion < 0x0400  &&  appl_find("?AGI") != 0)
  19.             have_appl_getinfo = FALSE;
  20.  
  21.  
  22. Regards,
  23.           Waldi  (walra%moacs11@nl.net)
  24.